home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
56194
/
56194.xpi
/
chrome
/
topsite.jar
/
content
/
about.xul
next >
Wrap
Extensible Markup Language
|
2009-12-31
|
1KB
|
29 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://topsite/locale/topsite.dtd">
<dialog title="&about; topsite"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept"
onload="sizeToContent(); document.getElementById('aboutVersionNumber').setAttribute('value', topsite.common.extMan.getItemForID('FirefoxAddon@topsite.com').version)">
<script type="application/x-javascript" src="chrome://topsite/content/js/common.js"/>
<groupbox align="top">
<hbox>
<image class="text-link" onclick="window.opener.open('http://www.topsite.com/');" src="chrome://topsite/content/images/logo.png"/>
</hbox>
<hbox>
<label id="aboutVersion" value="&version;"/>
<label id="aboutVersionNumber" value=""/>
</hbox>
<separator/>
<label value="&homepage;" style="font-weight: bold;"/>
<label value="http://www.topsite.com/" class="text-link" onclick="topsite.common.openUrlFromDialog('http://www.topsite.com/');"/>
<separator class="thin"/>
<label value="&broughtToYouBy; SimilarGroup" style="font-weight: bold;"/>
<label value="http://www.similargroup.com/" class="text-link" onclick="topsite.common.openUrlFromDialog('http://www.similargroup.com/');"/>
<separator class="thin"/>
</groupbox>
</dialog>